home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************/
- /* VMFNSM.H: VM function declarations (ANSI prototypes). */
- /******************************************************************************/
- /*global*/ void main(int ,char * *);
- /*global*/ void sgml(struct ipbt *);
- /*global*/ void sgmlio(struct ipbfile *);
- /*global*/ void sgmlmem(struct ipbmem *);
- /*global*/ void sgmlmsg(struct ipberr *);
- /******************************************************************************/
- /*global*/ void errloc(UNCH *,UNCH *);
- /*global*/ int filefind(UNCH *,UNCH *);
- /*global*/ UNCH *getmsg(long );
- /*global*/ UNCH *getparm(unsigned int );
- /*global*/ void getscbs(struct source *,int );
- /*global*/ void location(int );
- /*global*/ void msginit(void);
- /*global*/ void prtstat(struct stat *);
- /*global*/ void prtmsg(UNCH *,int );
- /*global*/ UNCH *savestr(UNCH *);
- /*global*/ int umsginit(int ,long );
- /*global*/ UNCH *vmalloc(unsigned int );
- /*global*/ UNCH *xidgen(struct fpi *);
- /*global*/ UNCH *xidpath(UNCH *);
- /******************************************************************************/
-